'Declaration
<AsyncStateMachineAttribute(Gibraltar.Agent.Log/d__126)> Public Overloads Shared Function SendSessions( _ ByVal sessionMatchPredicate As Predicate(Of SessionSummary) _ ) As Task(Of Boolean)
[AsyncStateMachine(Gibraltar.Agent.Log/d__126)] public static Task<bool> SendSessions( Predicate<SessionSummary> sessionMatchPredicate )
Parameters
- sessionMatchPredicate
- A delegate to evaluate sessions and determine which ones to send.
Return Value
True if the send was processed, false if it was not due to configuration or another active send